Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers Info

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers Info
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers Info schema contains properties that describe the current configuration of a provider.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "master_key_id": "string",
    "key_server": {
        "type": "string",
        "description": "string",
        "proxy_server": {
            "hostname": "string",
            "port": 0
        },
        "connection_timeout": 0,
        "kmip_server": {
            "servers": [
                {
                    "name": "string",
                    "address": {
                        "hostname": "string",
                        "port": 0
                    }
                }
            ],
            "username": "string"
        }
    },
    "status": {
        "health": "string",
        "details": [
            {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        ],
        "servers": [
            {
                "health": "string",
                "details": [
                    {
                        "id": "string",
                        "default_message": "string",
                        "args": [
                            "string"
                        ],
                        "params": {
                            "params": {
                                "s": "string",
                                "dt": "string",
                                "i": 0,
                                "d": "number",
                                "l": "Vapi Std NestedLocalizableMessage Object",
                                "format": "string",
                                "precision": 0
                            }
                        },
                        "localized": "string"
                    }
                ],
                "client_trust_server": false,
                "server_trust_client": false,
                "name": "string"
            }
        ]
    }
}
string
master_key_id
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Master key identifier created for the provider.

A unique Key identifier.

This property was added in vSphere API 7.0.0.0.

key_server
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Key server associated with this provider.

This property was added in vSphere API 7.0.0.0.

status
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Status of the provider in the cluster.

This property was added in vSphere API 7.0.0.0.

Deprecated